From: Alexander Gramiak Date: Mon, 9 Oct 2017 20:22:58 +0000 (-0600) Subject: ; * src/lread.c (syms_of_lread) : Fix typo X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~1049 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0485aa76c94643489f5ba99e450648f87498f0b4;p=emacs.git ; * src/lread.c (syms_of_lread) : Fix typo --- diff --git a/src/lread.c b/src/lread.c index 6bc93b14817..33da8667228 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4834,7 +4834,7 @@ to the specified file name if a suffix is allowed or required. */); build_pure_c_string (".el")); #endif DEFVAR_LISP ("module-file-suffix", Vmodule_file_suffix, - doc: /* Suffix of loadable module file, or nil of modules are not supported. */); + doc: /* Suffix of loadable module file, or nil if modules are not supported. */); #ifdef HAVE_MODULES Vmodule_file_suffix = build_pure_c_string (MODULES_SUFFIX); #else